Skip to content

hal_stm32: dts: h7/r/s : add missing eth_mii and eth_rmii signals #306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

djiatsaf-st
Copy link
Contributor

This PR updates the h7r/s-pinctrl.dtsi by adding missing eth_mii and eth_rmii signals.

fixes issue zephyrproject-rtos/zephyr#94268

Unlike the STM32N6 and STM32MP2 series, the STM32H7A/B/S series
creates ETH_MII and ETH_RMII nodes in the XML file without a digit
after ETH.

For example:

N6 and MP2: ETH1_RMII_TXD0
H7S: ETH_RMII_TXD0

Update the regular expression to handle these cases.

Signed-off-by: Fabrice DJIATSA <[email protected]>
add missing ETH_MII and ETH_RMII signals

Signed-off-by: Fabrice DJIATSA <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants